Description:

Adds an item.

Syntax:
public virtual void Add(
T item
)
virtual
Parameters:
  • item
  • Type: T
  • The item to add.
Returns:
Type: void

Nothing found